-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add jump-label to Kanagawa theme + format #10030
Add jump-label to Kanagawa theme + format #10030
Conversation
runtime/themes/kanagawa.toml
Outdated
"ui.virtual.inlay-hint.parameter" = { fg = "carpYellow", modifiers = ["dim"] } | ||
"ui.virtual.inlay-hint.type" = { fg = "waveAqua2", modifiers = ["dim"] } | ||
"ui.virtual.inlay-hint.type" = { fg = "waveAqua2", modifiers = ["dim"] } | ||
"ui.virtual.jump-label" = { fg = "peachRed", bg = "sumiInk0", modifiers = ["bold"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't set a background color. Setting background colors for text can mess with some ui components like cursorline. I don't believe other themes set the background color for jump labels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your suggestion @pascalkuthe. I wasn't sure about the background either.
The official theme does use one, but it also change the background of the whole background...
I agree, changing the background of the jump-label without changing the whole background is irrelevant.
I pushed a new commit to remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reformatting seems unnecessary to me. I don't think it's any easier to read with the =
s aligned
@the-mikedavis Just removed the values alignment from the file ! |
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
I added the
ui.virtual.jump-label
to the Kanagawa theme and made some formatting.Please let me know if I overstepped while formatting the file.
I got the colors from the official Kanagawa repository